domain
Class NegatedRoleAttribute

java.lang.Object
  extended by domain.GeneralRoleAttribute
      extended by domain.NegatedRoleAttribute
All Implemented Interfaces:
Including

public class NegatedRoleAttribute
extends GeneralRoleAttribute


Field Summary
private  AtomicRoleAttribute ur
           
 
Constructor Summary
NegatedRoleAttribute(AtomicRoleAttribute ur)
           
 
Method Summary
 AtomicRoleAttribute getRoleAttribute()
           
 void setRoleAttribute(AtomicRoleAttribute ur)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ur

private AtomicRoleAttribute ur
Constructor Detail

NegatedRoleAttribute

public NegatedRoleAttribute(AtomicRoleAttribute ur)
Method Detail

getRoleAttribute

public AtomicRoleAttribute getRoleAttribute()

setRoleAttribute

public void setRoleAttribute(AtomicRoleAttribute ur)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object